This operation transfers the council's decision to reject the DA from the council's IT system to the Online DA Service.
CaseID required | string A fully qualified application number or case id |
CouncilID required | string The council LGA name to indicate the request is originating from a specific council |
IdempotencyID required | string Unique Id for this request. Allows the API to respond in an idempotent way if it has already been called with these parameters and prevents duplicate processing. Typically a UUID such as "63a9ba30-7a4b-4fac-b343-d1f05cf089f1" |
rejectDate required | string <date> Date of rejection |
rejectReason required | string Enum: "MISSING_ENVIRONMENTAL_IMPACT_STATEMENT" "DOES_NOT_COMPLY_WITH_EPA_REGULATION" "ILLEGIBLE_OR_UNCLEAR_APPLICATION" |
rejectReasonDescription required | string <= 512 characters Detailed reason the council is rejecting the application |
required | object (Person) |
{- "rejectDate": "2019-08-24",
- "rejectReason": "MISSING_ENVIRONMENTAL_IMPACT_STATEMENT",
- "rejectReasonDescription": "string",
- "UpdatedBy": {
- "person": {
- "firstName": "John",
- "surname": "Smith",
- "emailAddress": "john.smith@gmail.com",
- "contactNumber": "stringst"
}
}
}